From: Lars Magne Ingebrigtsen Date: Thu, 14 Jul 2011 18:34:54 +0000 (+0200) Subject: * keyboard.c (Fopen_dribble_file): Document when the file is closed. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2832 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=935b9ce809d6a1409f599c29ef731766e5899c24;p=emacs.git * keyboard.c (Fopen_dribble_file): Document when the file is closed. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8e658af56d6..b39c79bb3f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-07-14 Lars Magne Ingebrigtsen + + * keyboard.c (Fopen_dribble_file): Document when the file is + closed (bug#8056). + 2011-07-14 Adam Sjøgren * data.c (car, cdr): add functionality hints to documentation. diff --git a/src/keyboard.c b/src/keyboard.c index 16300e6154c..a6fa90163c5 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10643,7 +10643,8 @@ DEFUN ("recursion-depth", Frecursion_depth, Srecursion_depth, 0, 0, 0, DEFUN ("open-dribble-file", Fopen_dribble_file, Sopen_dribble_file, 1, 1, "FOpen dribble file: ", doc: /* Start writing all keyboard characters to a dribble file called FILE. -If FILE is nil, close any open dribble file. */) +If FILE is nil, close any open dribble file. +The file will be closed when Emacs exits. */) (Lisp_Object file) { if (dribble)